Fix bug #1280 with non-ASCII keyboard input on MS-Windows.
authorEli Zaretskii <eliz@gnu.org>
Wed, 7 Nov 2012 16:44:48 +0000 (18:44 +0200)
committerEli Zaretskii <eliz@gnu.org>
Wed, 7 Nov 2012 16:44:48 +0000 (18:44 +0200)
commit8c0cb51b3520c202dfb7bf8b22853c6027388d07
treea635c1d32e4d36035de4489460aac25d00158ab1
parent8ac9ae15e60ea7c8caf6f19050a473b23896e27e
Fix bug #1280 with non-ASCII keyboard input on MS-Windows.

 src/w32fns.c (w32_wnd_proc): Don't directly handle key chords
 including modifiers from toggle key, such as Scroll Lock, if the
 respective keys are treated as function keys, not as modifiers.
 This avoids destroying non-ASCII keyboard input when Scroll Lock
 is toggled ON.
src/ChangeLog
src/w32fns.c